func github.com/andybalholm/brotli.safeReadSymbol
8 uses
github.com/andybalholm/brotli (current package)
decode.go#L393: func safeReadSymbol(table []huffmanCode, br *bitReader, result *uint32) bool {
decode.go#L858: if !safeReadSymbol(table, br, &index) {
decode.go#L1020: if !safeReadSymbol(s.context_map_table[:], br, &code) {
decode.go#L1107: if !safeReadSymbol(type_tree, br, &block_type) {
decode.go#L1509: if !safeReadSymbol(distance_tree, br, &code) {
decode.go#L1579: if !safeReadSymbol(s.htree_command, br, &cmd_code) {
decode.go#L1730: if !safeReadSymbol(s.literal_htree, br, &literal) {
decode.go#L1783: if !safeReadSymbol(hc, br, &literal) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |